readline: concievably typo in readline.js#8953
Closed
maasencioh wants to merge 1 commit intonodejs:masterfrom
Closed
readline: concievably typo in readline.js#8953maasencioh wants to merge 1 commit intonodejs:masterfrom
maasencioh wants to merge 1 commit intonodejs:masterfrom
Conversation
lpinca
reviewed
Oct 6, 2016
lib/readline.js
Outdated
| // got one or more newlines; process into "line" events | ||
| var lines = string.split(lineEnding); | ||
| // either '' or (concievably) the unfinished portion of the next line | ||
| // either '' or (conceivable) the unfinished portion of the next line |
Member
There was a problem hiding this comment.
Shouldn't this be changed to "conceivably"?
Member
|
@maasencioh thank you for this patch. |
Contributor
Author
|
sorry @lpinca, I though that was like the Angular commit guidelines, I'll change it right the way |
58ac4ad to
5768bb1
Compare
Contributor
|
LGTM |
targos
approved these changes
Oct 6, 2016
cjihrig
approved these changes
Oct 6, 2016
Member
|
Jenkins is timing out and running CI would feel like checking that the sun hasn’t exploded anyway, so I’m going ahead and landing this:
|
Member
|
Landed in 7a94e2d, thanks for the contribution! |
Contributor
Author
|
Thanks, it was indeed the silliest first contribution, but I'll try to find one more interesting next time 🚀☀️ |
Member
|
@maasencioh It’s still appreciated that you took the time to get familiar with the process here! :) |
This was referenced Nov 30, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #8951